projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2434dbc
)
reftests: set style properties to 0 in reset-to-defaults
author
Benjamin Otte
<otte@redhat.com>
Tue, 17 Jan 2012 15:10:23 +0000
(16:10 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 2 Feb 2012 02:14:01 +0000
(
03:14
+0100)
GtkButton doesn't conform to CSS with these properties.
Bad GtkButton!
tests/reftests/reset-to-defaults.css
patch
|
blob
|
history
diff --git
a/tests/reftests/reset-to-defaults.css
b/tests/reftests/reset-to-defaults.css
index 8af2a1f795d548970d4dc74413505237020b63a2..af1fe41f7231daf60bbf3be954f4a2c02b09d923 100644
(file)
--- a/
tests/reftests/reset-to-defaults.css
+++ b/
tests/reftests/reset-to-defaults.css
@@
-52,4
+52,7
@@
engine: initial;
transition: initial;
gtk-key-bindings: initial;
+
+ -GtkWidget-focus-line-width: 0;
+ -GtkWidget-focus-padding: 0;
}